/*content*/

.s_solid{
    width: 3px;
    height: 21px;
    background:rgba(29, 71, 121, 1);
    display: inline-block;
}
/*地图标题*/
.BMap_bubble_title {
    color:#000;
    font-size:20px;
    font-weight:bold;
    text-align:left;
    padding-left:5px;
    padding-top:5px;
    text-align: center;
}
/* 消息内容 */






.partner_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
 .hide {
    display: none;
 }
  #map {
     height: 600px;
     width: 820px;
 }
.left {
    float: left;
    width: 351px;
    background: #fff;
    margin-right: 29px;
}

.title {
    display: inline-block;
    margin-top: 19px;
    margin-left: 16px;
    width: 100px;
    height: 57px;
    font-size: 25px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 34px;
}

.partner_content ul li {
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 57px;
    text-align: left;
    padding-left: 21px;
    padding-top: 12px;
    box-shadow:0px -1px 0px 0px rgba(240,240,240,1);
  
}

.partner_content ul li a {
    height: 100%;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(1, 13, 27, 1);
    line-height: 33px;
    vertical-align: bottom;
}

.partner_content ul li a:hover {
    border-bottom: 0;
}

.active {
    background: #5097EC;
}

.current {
    color: #ffffff !important;
}

.right {
    float: right;
    background: #fff;
    width: 820px;
    height: 715px;
}

.right h3 {
    margin-top: 32px;
    margin-left: 20px;
    width: 200px;
    height: 34px;
    font-size: 25px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 34px;
}
.BMap_bubble_title {
    margin: 0 auto;
}
.right span {
    display: inline-block;
    width: 783px;
    height: 200px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(1, 13, 27, 1);
    line-height: 32px;
    margin-left: 22px;
    margin-right: 22px;
}